######################################################
##English Support for the Dutch and Huguenots Events##
## Created by Johnny Canuck/ EEP RUS Chernish       ##
######################################################

#The Act of Navigation # 
#by Chernish# 
event = { 

	id = 99000 
	trigger = { 
			event = 3027 
	} 
	random = no 
	country = HOL 
	name = "EVENTNAME99000" 
	desc = "EVENTHIST99000" #New desc# 
	style = 3 

	date = { day = 1 month = january year = 1651 } 
	offset = 10 
	deathdate = { day = 30 month = december year = 1651 } 

	action_a = { #That is war!# 
			name = "ACTIONNAME99000A" 
			command = { type = casusbelli which = ENG value = 300 } # 25   1676 .# 
	}
	action_b = { #Submit!# 
			name = "ACTIONNAME99000B" 
			command = { type = stability value = -3 } 
			command = { type = trade value = -800 } 
	} 
} 

#England helps Dutch in struggle against Spain#
event = {

	id = 21048
	random = no
	country = HOL
	name = "EVENTNAME21048"
	desc = "EVENTHIST21048"
	style = 2

	action_a = {
		name = "ACTIONNAME21048A"
		command = { type = relation which = ENG value = 75 }
		command = { type = INF which = -3 value = 8000 }
		command = { type = CAV which = -3 value = 2000 }
		command = { type = treasury value = 150 }
		command = { type = stability value = 1 }
	}
}

#Jean Calvin and William of Orange# 
event = { 
	id = 88015 
	random = no 
	country = HOL 
	trigger = { 
			religion = catholic 
			NOT = {
				event = 88011 
				} 
	}
	date = { year = 1550 month = june day = 14 } 
	offset = 0 
	name = "EVENTNAME88011" 
	desc = "EVENTHIST88011"
	style = 2
 
	action_a = { 
		name = "ACTIONNAME88011A" 
		command = { type = religion which = reformed } 
		command = { type = stability value = 1 } 
		command = { type = domestic which = serfdom value = -2 } 
		command = { type = domestic which = aristocracy value = -2 } 
		command = { type = domestic which = centralization value = -2 } 
		} 

	action_b = { 
		name = "ACTIONNAME88011B" 
		command = { type = stability value = -2 } 
		command = { type = revolt which = -1 } 
		command = { type = domestic which = serfdom value = 1 } 
		command = { type = domestic which = aristocracy value = 1 } 
		command = { type = domestic which = centralization value = 1 } 
	} 
} 
